home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 August / CICA - The Ultimate Collection of Shareware for Windows (Walnut Creek) (August 1997) (Disc 1).iso / utils / unix / unzip520 / zip.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-06  |  469 b   |  22 lines

  1. /* This is a dummy zip.h to allow crypt.c from Zip to compile for UnZip */
  2.  
  3. #ifndef __zip_h   /* don't include more than once */
  4. #define __zip_h
  5.  
  6. #define UNZIP_INTERNAL
  7. #include "unzip.h"
  8.  
  9. #define decrypt_member decrypt  /* for compatibility with zcrypt20 */
  10. #define local static
  11.  
  12. #if defined(REENTRANT) && defined(DYNALLOC_CRCTAB)
  13. #  undef DYNALLOC_CRCTAB
  14. #endif
  15. #define ziperr(c, h)   return
  16.  
  17. #ifdef MSWIN
  18. #  include "wingui\password.h"
  19. #endif
  20.  
  21. #endif /* !__zip_h */
  22.